pod: go-component-oftauh-on-pull-request-ltssr-build-container-pod | init container: prepare 2025/11/01 00:23:33 Entrypoint initialization pod: go-component-oftauh-on-pull-request-ltssr-build-container-pod | init container: place-scripts 2025/11/01 00:23:34 Decoded script /tekton/scripts/script-0-gch8v 2025/11/01 00:23:34 Decoded script /tekton/scripts/script-1-pwxcj 2025/11/01 00:23:34 Decoded script /tekton/scripts/script-2-f6nzw 2025/11/01 00:23:34 Decoded script /tekton/scripts/script-3-45qzf 2025/11/01 00:23:34 Decoded script /tekton/scripts/script-4-hsckw pod: go-component-oftauh-on-pull-request-ltssr-build-container-pod | init container: working-dir-initializer pod: go-component-oftauh-on-pull-request-ltssr-build-container-pod | container step-build: [2025-11-01T00:23:38,549434283+00:00] Validate context path [2025-11-01T00:23:38,552866350+00:00] Update CA trust [2025-11-01T00:23:38,553928462+00:00] Using mounted CA bundle: /mnt/trusted-ca/ca-bundle.crt '/mnt/trusted-ca/ca-bundle.crt' -> '/etc/pki/ca-trust/source/anchors/ca-bundle.crt' [2025-11-01T00:23:40,370522744+00:00] Prepare Dockerfile Checking if /var/workdir/cachi2/output/bom.json exists. Could not find prefetched sbom. No content_sets found for ICM [2025-11-01T00:23:40,378134122+00:00] Prepare system (architecture: x86_64) [2025-11-01T00:23:40,484762009+00:00] Setup prefetched Trying to pull registry.access.redhat.com/ubi9/go-toolset:1.18.9-14... Getting image source signatures Checking if image destination supports signatures Copying blob sha256:2a625e4afab51b49edb0e5f4ff37d8afbb20ec644ed1e68641358a6305557de3 Copying blob sha256:e76793d6902ad1adb19ede3d720024cf0cd8427b3ff606554a4bcafba03dddf4 Copying blob sha256:4a13c0e9217d70e608f2d5f5d3c5ffa6d9cd16908b3f83a7a97492d355d25a09 Copying blob sha256:0ab0ba77295aca9b12f463cb7198f0b8b6990b41151dbbd4e1b224fe85244b83 Copying config sha256:391a2eac28d98dc72726df1faa77db28f6899a77c91ad40f2bdad62baf041301 Writing manifest to image destination Storing signatures [2025-11-01T00:23:54,775145568+00:00] Unsetting proxy { "architecture": "x86_64", "build-date": "2025-11-01T00:23:40Z", "com.redhat.component": "go-toolset-container", "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI", "description": "Go Toolset available as a container is a base platform for building and running various Go applications and frameworks. Go is an easy to learn, powerful, statically typed language in the C/C++ tradition with garbage collection, concurrent programming support, and memory safety features.", "distribution-scope": "public", "io.buildah.version": "1.41.4", "io.k8s.description": "Go Toolset available as a container is a base platform for building and running various Go applications and frameworks. Go is an easy to learn, powerful, statically typed language in the C/C++ tradition with garbage collection, concurrent programming support, and memory safety features.", "io.k8s.display-name": "Go 1.18.9", "io.openshift.expose-services": "", "io.openshift.s2i.scripts-url": "image:///usr/libexec/s2i", "io.openshift.tags": "builder,golang,golang118,rh-golang118,go", "io.s2i.scripts-url": "image:///usr/libexec/s2i", "maintainer": "Red Hat, Inc.", "name": "rhel9/go-toolset", "release": "14", "summary": "Platform for building and running Go Applications", "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/rhel9/go-toolset/images/1.18.9-14", "vcs-ref": "1ef61a2227bc963a116965640f1710d69a07740b", "vcs-type": "git", "vendor": "Red Hat, Inc.", "version": "1.18.9", "org.opencontainers.image.revision": "1ef61a2227bc963a116965640f1710d69a07740b", "org.opencontainers.image.source": "https://github.com/redhat-appstudio-qe/sample-multi-component", "quay.expires-after": "5d" } [2025-11-01T00:23:54,817182985+00:00] Register sub-man Adding the entitlement to the build [2025-11-01T00:23:54,820261214+00:00] Add secrets [2025-11-01T00:23:54,835229523+00:00] Run buildah build [2025-11-01T00:23:54,836211677+00:00] buildah build --volume /tmp/entitlement:/etc/pki/entitlement --security-opt=unmask=/proc/interrupts --label architecture=x86_64 --label vcs-type=git --label vcs-ref=1ef61a2227bc963a116965640f1710d69a07740b --label org.opencontainers.image.revision=1ef61a2227bc963a116965640f1710d69a07740b --label org.opencontainers.image.source=https://github.com/redhat-appstudio-qe/sample-multi-component --label quay.expires-after=5d --label build-date=2025-11-01T00:23:40Z --annotation org.opencontainers.image.revision=1ef61a2227bc963a116965640f1710d69a07740b --annotation org.opencontainers.image.source=https://github.com/redhat-appstudio-qe/sample-multi-component --tls-verify=true --no-cache --ulimit nofile=4096:4096 --http-proxy=false -f /tmp/Dockerfile.PZk4uR -t quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:on-pr-1ef61a2227bc963a116965640f1710d69a07740b . STEP 1/10: FROM registry.access.redhat.com/ubi9/go-toolset:1.18.9-14 STEP 2/10: COPY . . STEP 3/10: RUN go mod download go: no module dependencies to download STEP 4/10: RUN go build -o ./main STEP 5/10: ENV PORT 8081 STEP 6/10: EXPOSE 8081 STEP 7/10: CMD [ "./main" ] STEP 8/10: COPY labels.json /usr/share/buildinfo/labels.json STEP 9/10: COPY labels.json /root/buildinfo/labels.json STEP 10/10: LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="1ef61a2227bc963a116965640f1710d69a07740b" "org.opencontainers.image.revision"="1ef61a2227bc963a116965640f1710d69a07740b" "org.opencontainers.image.source"="https://github.com/redhat-appstudio-qe/sample-multi-component" "quay.expires-after"="5d" "build-date"="2025-11-01T00:23:40Z" COMMIT quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:on-pr-1ef61a2227bc963a116965640f1710d69a07740b --> 70a6ae584fdf Successfully tagged quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:on-pr-1ef61a2227bc963a116965640f1710d69a07740b 70a6ae584fdf72c661e80bf24fccfd87d7eca18420e8dd1436f1efdabb7e2145 [2025-11-01T00:23:56,770523111+00:00] Unsetting proxy [2025-11-01T00:23:56,771779764+00:00] Add metadata Recording base image digests used registry.access.redhat.com/ubi9/go-toolset:1.18.9-14 registry.access.redhat.com/ubi9/go-toolset:1.18.9-14@sha256:4e320bd8b62e406dfc567886aeab4914db125c73fe9ec308b306c72883101d51 Getting image source signatures Copying blob sha256:ca40fb98e6fc39e82692b8fe623b3cb8c86465fb97f6ab44d9b204434574b7ce Copying blob sha256:314640f419c581ddcac8f3618af39342a4571d5dc7a4e1f5b64d60f37e630b49 Copying blob sha256:a653a5ff4eaef6037f4f354414ab251ac7218d2d42fc8326743fc63ecf2cabd5 Copying blob sha256:d3f6a420cbadfb30033dc481690b39191ce6d2d841ccd54434c352f474ea54c3 Copying blob sha256:db77b3de17313a3fab2620178c01a4ef8eb60cbe722a6e9390f3cbb1132a7d22 Copying config sha256:70a6ae584fdf72c661e80bf24fccfd87d7eca18420e8dd1436f1efdabb7e2145 Writing manifest to image destination [2025-11-01T00:24:05,595159928+00:00] End build pod: go-component-oftauh-on-pull-request-ltssr-build-container-pod | container step-push: [2025-11-01T00:24:05,682934085+00:00] Update CA trust INFO: Using mounted CA bundle: /mnt/trusted-ca/ca-bundle.crt '/mnt/trusted-ca/ca-bundle.crt' -> '/etc/pki/ca-trust/source/anchors/ca-bundle.crt' [2025-11-01T00:24:07,622195316+00:00] Convert image [2025-11-01T00:24:07,623206777+00:00] Push image with unique tag Pushing to quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:go-component-oftauh-on-pull-request-ltssr-build-container Executing: buildah push --format=docker --retry 3 --tls-verify=true quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:on-pr-1ef61a2227bc963a116965640f1710d69a07740b docker://quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:go-component-oftauh-on-pull-request-ltssr-build-container Getting image source signatures Copying blob sha256:ca40fb98e6fc39e82692b8fe623b3cb8c86465fb97f6ab44d9b204434574b7ce Copying blob sha256:314640f419c581ddcac8f3618af39342a4571d5dc7a4e1f5b64d60f37e630b49 Copying blob sha256:a653a5ff4eaef6037f4f354414ab251ac7218d2d42fc8326743fc63ecf2cabd5 Copying blob sha256:d3f6a420cbadfb30033dc481690b39191ce6d2d841ccd54434c352f474ea54c3 Copying blob sha256:db77b3de17313a3fab2620178c01a4ef8eb60cbe722a6e9390f3cbb1132a7d22 Error: pushing image "quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:on-pr-1ef61a2227bc963a116965640f1710d69a07740b" to "docker://quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:go-component-oftauh-on-pull-request-ltssr-build-container": trying to reuse blob sha256:314640f419c581ddcac8f3618af39342a4571d5dc7a4e1f5b64d60f37e630b49 at destination: checking whether a blob sha256:314640f419c581ddcac8f3618af39342a4571d5dc7a4e1f5b64d60f37e630b49 exists in quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh: authentication required warning: Command failed and will retry, 1 try Executing: buildah push --format=docker --retry 3 --tls-verify=true quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:on-pr-1ef61a2227bc963a116965640f1710d69a07740b docker://quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:go-component-oftauh-on-pull-request-ltssr-build-container Getting image source signatures Copying blob sha256:ca40fb98e6fc39e82692b8fe623b3cb8c86465fb97f6ab44d9b204434574b7ce Copying blob sha256:314640f419c581ddcac8f3618af39342a4571d5dc7a4e1f5b64d60f37e630b49 Copying blob sha256:a653a5ff4eaef6037f4f354414ab251ac7218d2d42fc8326743fc63ecf2cabd5 Copying blob sha256:db77b3de17313a3fab2620178c01a4ef8eb60cbe722a6e9390f3cbb1132a7d22 Copying blob sha256:d3f6a420cbadfb30033dc481690b39191ce6d2d841ccd54434c352f474ea54c3 Error: pushing image "quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:on-pr-1ef61a2227bc963a116965640f1710d69a07740b" to "docker://quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:go-component-oftauh-on-pull-request-ltssr-build-container": trying to reuse blob sha256:314640f419c581ddcac8f3618af39342a4571d5dc7a4e1f5b64d60f37e630b49 at destination: checking whether a blob sha256:314640f419c581ddcac8f3618af39342a4571d5dc7a4e1f5b64d60f37e630b49 exists in quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh: authentication required warning: Command failed and will retry, 2 try Executing: buildah push --format=docker --retry 3 --tls-verify=true quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:on-pr-1ef61a2227bc963a116965640f1710d69a07740b docker://quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:go-component-oftauh-on-pull-request-ltssr-build-container Getting image source signatures Copying blob sha256:ca40fb98e6fc39e82692b8fe623b3cb8c86465fb97f6ab44d9b204434574b7ce Copying blob sha256:314640f419c581ddcac8f3618af39342a4571d5dc7a4e1f5b64d60f37e630b49 Copying blob sha256:db77b3de17313a3fab2620178c01a4ef8eb60cbe722a6e9390f3cbb1132a7d22 Copying blob sha256:a653a5ff4eaef6037f4f354414ab251ac7218d2d42fc8326743fc63ecf2cabd5 Copying blob sha256:d3f6a420cbadfb30033dc481690b39191ce6d2d841ccd54434c352f474ea54c3 Error: pushing image "quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:on-pr-1ef61a2227bc963a116965640f1710d69a07740b" to "docker://quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:go-component-oftauh-on-pull-request-ltssr-build-container": trying to reuse blob sha256:314640f419c581ddcac8f3618af39342a4571d5dc7a4e1f5b64d60f37e630b49 at destination: checking whether a blob sha256:314640f419c581ddcac8f3618af39342a4571d5dc7a4e1f5b64d60f37e630b49 exists in quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh: authentication required warning: Command failed and will retry, 3 try Executing: buildah push --format=docker --retry 3 --tls-verify=true quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:on-pr-1ef61a2227bc963a116965640f1710d69a07740b docker://quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:go-component-oftauh-on-pull-request-ltssr-build-container Getting image source signatures Copying blob sha256:d3f6a420cbadfb30033dc481690b39191ce6d2d841ccd54434c352f474ea54c3 Copying blob sha256:314640f419c581ddcac8f3618af39342a4571d5dc7a4e1f5b64d60f37e630b49 Copying blob sha256:db77b3de17313a3fab2620178c01a4ef8eb60cbe722a6e9390f3cbb1132a7d22 Copying blob sha256:ca40fb98e6fc39e82692b8fe623b3cb8c86465fb97f6ab44d9b204434574b7ce Copying blob sha256:a653a5ff4eaef6037f4f354414ab251ac7218d2d42fc8326743fc63ecf2cabd5 Error: pushing image "quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:on-pr-1ef61a2227bc963a116965640f1710d69a07740b" to "docker://quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:go-component-oftauh-on-pull-request-ltssr-build-container": trying to reuse blob sha256:314640f419c581ddcac8f3618af39342a4571d5dc7a4e1f5b64d60f37e630b49 at destination: checking whether a blob sha256:314640f419c581ddcac8f3618af39342a4571d5dc7a4e1f5b64d60f37e630b49 exists in quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh: authentication required warning: Command failed and will retry, 4 try Executing: buildah push --format=docker --retry 3 --tls-verify=true quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:on-pr-1ef61a2227bc963a116965640f1710d69a07740b docker://quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:go-component-oftauh-on-pull-request-ltssr-build-container Getting image source signatures Copying blob sha256:314640f419c581ddcac8f3618af39342a4571d5dc7a4e1f5b64d60f37e630b49 Copying blob sha256:d3f6a420cbadfb30033dc481690b39191ce6d2d841ccd54434c352f474ea54c3 Copying blob sha256:db77b3de17313a3fab2620178c01a4ef8eb60cbe722a6e9390f3cbb1132a7d22 Copying blob sha256:ca40fb98e6fc39e82692b8fe623b3cb8c86465fb97f6ab44d9b204434574b7ce Copying blob sha256:a653a5ff4eaef6037f4f354414ab251ac7218d2d42fc8326743fc63ecf2cabd5 Error: pushing image "quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:on-pr-1ef61a2227bc963a116965640f1710d69a07740b" to "docker://quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:go-component-oftauh-on-pull-request-ltssr-build-container": trying to reuse blob sha256:314640f419c581ddcac8f3618af39342a4571d5dc7a4e1f5b64d60f37e630b49 at destination: checking whether a blob sha256:314640f419c581ddcac8f3618af39342a4571d5dc7a4e1f5b64d60f37e630b49 exists in quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh: authentication required warning: Command failed and will retry, 5 try Executing: buildah push --format=docker --retry 3 --tls-verify=true quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:on-pr-1ef61a2227bc963a116965640f1710d69a07740b docker://quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:go-component-oftauh-on-pull-request-ltssr-build-container Getting image source signatures Copying blob sha256:ca40fb98e6fc39e82692b8fe623b3cb8c86465fb97f6ab44d9b204434574b7ce Copying blob sha256:314640f419c581ddcac8f3618af39342a4571d5dc7a4e1f5b64d60f37e630b49 Copying blob sha256:d3f6a420cbadfb30033dc481690b39191ce6d2d841ccd54434c352f474ea54c3 Copying blob sha256:a653a5ff4eaef6037f4f354414ab251ac7218d2d42fc8326743fc63ecf2cabd5 Copying blob sha256:db77b3de17313a3fab2620178c01a4ef8eb60cbe722a6e9390f3cbb1132a7d22 Error: pushing image "quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:on-pr-1ef61a2227bc963a116965640f1710d69a07740b" to "docker://quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:go-component-oftauh-on-pull-request-ltssr-build-container": trying to reuse blob sha256:314640f419c581ddcac8f3618af39342a4571d5dc7a4e1f5b64d60f37e630b49 at destination: checking whether a blob sha256:314640f419c581ddcac8f3618af39342a4571d5dc7a4e1f5b64d60f37e630b49 exists in quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh: authentication required warning: Command failed and will retry, 6 try Executing: buildah push --format=docker --retry 3 --tls-verify=true quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:on-pr-1ef61a2227bc963a116965640f1710d69a07740b docker://quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:go-component-oftauh-on-pull-request-ltssr-build-container Getting image source signatures Copying blob sha256:ca40fb98e6fc39e82692b8fe623b3cb8c86465fb97f6ab44d9b204434574b7ce Copying blob sha256:d3f6a420cbadfb30033dc481690b39191ce6d2d841ccd54434c352f474ea54c3 Copying blob sha256:db77b3de17313a3fab2620178c01a4ef8eb60cbe722a6e9390f3cbb1132a7d22 Copying blob sha256:a653a5ff4eaef6037f4f354414ab251ac7218d2d42fc8326743fc63ecf2cabd5 Copying blob sha256:314640f419c581ddcac8f3618af39342a4571d5dc7a4e1f5b64d60f37e630b49 Error: pushing image "quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:on-pr-1ef61a2227bc963a116965640f1710d69a07740b" to "docker://quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:go-component-oftauh-on-pull-request-ltssr-build-container": trying to reuse blob sha256:314640f419c581ddcac8f3618af39342a4571d5dc7a4e1f5b64d60f37e630b49 at destination: checking whether a blob sha256:314640f419c581ddcac8f3618af39342a4571d5dc7a4e1f5b64d60f37e630b49 exists in quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh: authentication required warning: Command failed and will retry, 7 try Executing: buildah push --format=docker --retry 3 --tls-verify=true quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:on-pr-1ef61a2227bc963a116965640f1710d69a07740b docker://quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:go-component-oftauh-on-pull-request-ltssr-build-container Getting image source signatures Copying blob sha256:ca40fb98e6fc39e82692b8fe623b3cb8c86465fb97f6ab44d9b204434574b7ce Copying blob sha256:314640f419c581ddcac8f3618af39342a4571d5dc7a4e1f5b64d60f37e630b49 Copying blob sha256:d3f6a420cbadfb30033dc481690b39191ce6d2d841ccd54434c352f474ea54c3 Copying blob sha256:a653a5ff4eaef6037f4f354414ab251ac7218d2d42fc8326743fc63ecf2cabd5 Copying blob sha256:db77b3de17313a3fab2620178c01a4ef8eb60cbe722a6e9390f3cbb1132a7d22 Error: pushing image "quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:on-pr-1ef61a2227bc963a116965640f1710d69a07740b" to "docker://quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:go-component-oftauh-on-pull-request-ltssr-build-container": trying to reuse blob sha256:314640f419c581ddcac8f3618af39342a4571d5dc7a4e1f5b64d60f37e630b49 at destination: checking whether a blob sha256:314640f419c581ddcac8f3618af39342a4571d5dc7a4e1f5b64d60f37e630b49 exists in quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh: authentication required warning: Command failed and will retry, 8 try Executing: buildah push --format=docker --retry 3 --tls-verify=true quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:on-pr-1ef61a2227bc963a116965640f1710d69a07740b docker://quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:go-component-oftauh-on-pull-request-ltssr-build-container Getting image source signatures Copying blob sha256:ca40fb98e6fc39e82692b8fe623b3cb8c86465fb97f6ab44d9b204434574b7ce Copying blob sha256:314640f419c581ddcac8f3618af39342a4571d5dc7a4e1f5b64d60f37e630b49 Copying blob sha256:a653a5ff4eaef6037f4f354414ab251ac7218d2d42fc8326743fc63ecf2cabd5 Copying blob sha256:db77b3de17313a3fab2620178c01a4ef8eb60cbe722a6e9390f3cbb1132a7d22 Copying blob sha256:d3f6a420cbadfb30033dc481690b39191ce6d2d841ccd54434c352f474ea54c3 Error: pushing image "quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:on-pr-1ef61a2227bc963a116965640f1710d69a07740b" to "docker://quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:go-component-oftauh-on-pull-request-ltssr-build-container": trying to reuse blob sha256:314640f419c581ddcac8f3618af39342a4571d5dc7a4e1f5b64d60f37e630b49 at destination: checking whether a blob sha256:314640f419c581ddcac8f3618af39342a4571d5dc7a4e1f5b64d60f37e630b49 exists in quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh: authentication required warning: Command failed and will retry, 9 try Executing: buildah push --format=docker --retry 3 --tls-verify=true quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:on-pr-1ef61a2227bc963a116965640f1710d69a07740b docker://quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:go-component-oftauh-on-pull-request-ltssr-build-container Getting image source signatures Copying blob sha256:314640f419c581ddcac8f3618af39342a4571d5dc7a4e1f5b64d60f37e630b49 Copying blob sha256:a653a5ff4eaef6037f4f354414ab251ac7218d2d42fc8326743fc63ecf2cabd5 Copying blob sha256:db77b3de17313a3fab2620178c01a4ef8eb60cbe722a6e9390f3cbb1132a7d22 Copying blob sha256:d3f6a420cbadfb30033dc481690b39191ce6d2d841ccd54434c352f474ea54c3 Copying blob sha256:ca40fb98e6fc39e82692b8fe623b3cb8c86465fb97f6ab44d9b204434574b7ce Error: pushing image "quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:on-pr-1ef61a2227bc963a116965640f1710d69a07740b" to "docker://quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:go-component-oftauh-on-pull-request-ltssr-build-container": trying to reuse blob sha256:314640f419c581ddcac8f3618af39342a4571d5dc7a4e1f5b64d60f37e630b49 at destination: checking whether a blob sha256:314640f419c581ddcac8f3618af39342a4571d5dc7a4e1f5b64d60f37e630b49 exists in quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh: authentication required error: Command failed after 10 tries with status 125 Failed to push sbom image to quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:go-component-oftauh-on-pull-request-ltssr-build-container pod: go-component-oftauh-on-pull-request-ltssr-build-container-pod | container step-sbom-syft-generate: 2025/11/01 00:41:19 Skipping step because a previous step failed pod: go-component-oftauh-on-pull-request-ltssr-build-container-pod | container step-prepare-sboms: 2025/11/01 00:41:19 Skipping step because a previous step failed pod: go-component-oftauh-on-pull-request-ltssr-build-container-pod | container step-upload-sbom: 2025/11/01 00:41:19 Skipping step because a previous step failed pod: go-component-oftauh-on-pull-request-ltssr-clone-repository-pod | init container: prepare 2025/11/01 00:23:16 Entrypoint initialization pod: go-component-oftauh-on-pull-request-ltssr-clone-repository-pod | init container: place-scripts 2025/11/01 00:23:17 Decoded script /tekton/scripts/script-0-nq5r9 2025/11/01 00:23:17 Decoded script /tekton/scripts/script-1-fgldf pod: go-component-oftauh-on-pull-request-ltssr-clone-repository-pod | container step-clone: INFO: Using mounted CA bundle: /mnt/trusted-ca/ca-bundle.crt {"level":"info","ts":1761956600.3635147,"caller":"git/git.go:384","msg":"Retrying operation (attempt 1)"} {"level":"info","ts":1761956600.8153942,"caller":"git/git.go:218","msg":"Successfully cloned https://github.com/redhat-appstudio-qe/sample-multi-component @ 1ef61a2227bc963a116965640f1710d69a07740b (grafted, HEAD) in path /workspace/output/source"} {"level":"info","ts":1761956600.815433,"caller":"git/git.go:384","msg":"Retrying operation (attempt 1)"} {"level":"info","ts":1761956600.837645,"caller":"git/git.go:267","msg":"Successfully initialized and updated submodules in path /workspace/output/source"} Merge option disabled. Using checked-out revision 1ef61a2227bc963a116965640f1710d69a07740b directly. pod: go-component-oftauh-on-pull-request-ltssr-clone-repository-pod | container step-symlink-check: Running symlink check pod: go-component-oftauh-on-pull-request-ltssr-init-pod | init container: prepare 2025/11/01 00:23:06 Entrypoint initialization pod: go-component-oftauh-on-pull-request-ltssr-init-pod | init container: place-scripts 2025/11/01 00:23:07 Decoded script /tekton/scripts/script-0-9g9k6 pod: go-component-oftauh-on-pull-request-ltssr-init-pod | container step-init: Build Initialize: quay.io/redhat-appstudio-qe/build-e2e-qzbm/go-component-oftauh:on-pr-1ef61a2227bc963a116965640f1710d69a07740b Determine if Image Already Exists pod: go-component-oftauh-on-pull8a9424396947ef86dd023f24e12d1da0-pod | init container: prepare 2025/11/01 00:23:25 Entrypoint initialization pod: go-component-oftauh-on-pull8a9424396947ef86dd023f24e12d1da0-pod | init container: place-scripts 2025/11/01 00:23:26 Decoded script /tekton/scripts/script-0-6bpwv 2025/11/01 00:23:26 Decoded script /tekton/scripts/script-1-74fq4 pod: go-component-oftauh-on-pull8a9424396947ef86dd023f24e12d1da0-pod | container step-sanitize-config-file-with-yq: pod: go-component-oftauh-on-pull8a9424396947ef86dd023f24e12d1da0-pod | container step-prefetch-dependencies: No prefetch will be performed because no input was provided